DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / RemoveRangeAsync Method

In This Topic
    RemoveRangeAsync Method (C1GroupDataCollection<S>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function RemoveRangeAsync( _
       ByVal index As Integer, _
       ByVal count As Integer, _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task
    public override Task RemoveRangeAsync( 
       int index,
       int count,
       CancellationToken cancellationToken
    )

    Parameters

    index
    count
    cancellationToken
    See Also